Xbasic

XBASIC_ASYNCHRONOUS Function

Syntax

V XBASIC_ASYNCHRONOUS()

Description

Run current script asynchronously (after call).

Discussion

The XBASIC_ASYNCHRONOUS() function causes the script to wait until after other Alpha Anywhere processes have been completed, not including screen refreshes.

Example

' start process
Xbasic_asynchronous()
' start another process

Limitations

Desktop applications only.

See Also